New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bpk-component-close-button

Package Overview
Dependencies
Maintainers
7
Versions
480
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpk-component-close-button

Backpack close button component.

4.1.2
latest
Source
npm
Version published
Weekly downloads
482
5925%
Maintainers
7
Weekly downloads
 
Created
Source

bpk-component-close-button

Backpack close button component.

Installation

npm install bpk-component-close-button --save-dev

Usage

import React from 'react';
import BpkCloseButton from 'bpk-component-close-button';

export default () => (
  <BpkCloseButton label="Close" onClick={() => console.log('click')} />
);

Props

PropertyPropTypeRequiredDefault Value
labelstringtrue-
onClickfunctrue-

FAQs

Package last updated on 30 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts